home *** CD-ROM | disk | FTP | other *** search
/ PC Format 5 (5.25") / PC Format - Issue 5 February 1992 - Disk 2.ima / PCF.BAT < prev    next >
DOS Batch File  |  1994-08-29  |  547b  |  50 lines

  1. echo off
  2. cls
  3.  
  4. :start
  5. nocurs
  6. disp pcfiss5 2
  7. getkey dqlx
  8.  
  9. if errorlevel 4 goto quit
  10. if errorlevel 3 goto bio
  11. if errorlevel 2 goto quik
  12. if errorlevel 1 goto disk
  13.  
  14. :disk
  15. go
  16. goto start
  17.  
  18. :bio
  19. disp pcfiss52 2
  20. getkey yn
  21.  
  22. if errorlevel 2 goto start
  23. if errorlevel 1 goto bio2
  24.  
  25. :bio2
  26. cd bio
  27. bio
  28. cd..
  29. goto start
  30.  
  31. :quik
  32. disp pcfiss53 2
  33. getkey yn
  34.  
  35. if errorlevel 2 goto start
  36. if errorlevel 1 goto quik2
  37.  
  38. :quik2
  39. cd quik
  40. quik
  41. cd..
  42. goto start
  43.  
  44. :quit
  45. cls
  46. echo thankyou for using the PC Format coverdisk.
  47. cd..
  48. pause
  49.  
  50.